home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / finance / ms2q / ms2q.doc next >
Text File  |  1993-06-14  |  7KB  |  215 lines

  1.                                    MS2Q
  2.  
  3.                      (c) Copyright 1993 Scott Crumpton
  4.                 Internet address:  scc@nervm.nerdc.ufl.edu
  5.  
  6.  
  7.  
  8. Overview:
  9.  
  10. MS2Q is a program that will build a Quicken format security price file
  11. using MetaStock data.  The Quicken format file can then be imported into
  12. Quicken to update security prices.
  13.  
  14.  
  15.  
  16. Versions:
  17.  
  18. There are two versions of MS2Q.  Version 1.n is distributed as shareware
  19. and version 2.n is licensed.  Version 2.n contains some minor enhancements,
  20. described below.  (The "n" in the version represents the current and all
  21. subsequent revisions of the software.)
  22.  
  23.  
  24.  
  25. License terms:
  26.  
  27. MS2Q Version 1.n is distributed as shareware via electronic means (BBS,
  28. etc.) only.  The registration fee is $10.00 US (money order or check drawn
  29. on a US Bank).  For a $15 registration, you will receive a copy of MS2Q
  30. Version 2.n on 3.5" floppy via US mail.
  31.  
  32. Payment of the registration fee grants you a perpetual license to use the
  33. registered version.  Registrations should be sent to the address below:
  34.  
  35.         Scott Crumpton
  36.         2220 NW 38th Drive
  37.         Gainesville, FL  32605
  38.  
  39.  
  40.  
  41. Detailed Description:
  42.  
  43. MS2Q first reads the MASTER file in a MetaStock data directory.  From the
  44. MASTER file, it determines the number of security files in the directory
  45. and their names.  It then reads the last record from each security file to
  46. extract the most recent closing price for that security.  A Quicken format
  47. security price file is then built.
  48.  
  49. Version 1.n of the program accepts two command line arguments, the
  50. MetaStock directory and the Quicken price file name.
  51.  
  52. Version 2.n operates the same with the exception that the first argument
  53. can be the name of a file that contains the directory names of several
  54. MetaStock directories.  There is also a third optional parameter that
  55. indicates the number of days of data that should be extracted from the end
  56. of each MetaStock data file.
  57.  
  58. Both versions will display an online help when executed with no arguments:
  59.  
  60.  
  61.                        MS2Q  -  Version 1.1
  62.  
  63.     Creates a Quicken security price file from MetaStock Data.
  64.  
  65.     Usage:  MS2Q  MSDir  QFile
  66.  
  67.             MSDir     MetaStock data directory.
  68.  
  69.             QFile     Filename for Quicken format price data.
  70.  
  71.     This program is Copyright (c) June 1993 by Scott Crumpton.
  72.     Internet address: scc@nervm.nerdc.ufl.edu
  73.  
  74.     See accompanying documentation for distribution restrictions
  75.     and limitations of liability.
  76.  
  77.     MetaStock is a trademark of Equis International.
  78.     Quicken is a trademark of Intuit.
  79.  
  80.  
  81.  
  82.                        MS2Q  -  Version 2.1
  83.  
  84.     Creates a Quicken security price file from MetaStock Data.
  85.  
  86.     Usage:  MS2Q  [@]MSDir  QFile  [DaysBack]
  87.  
  88.             MSDir     MetaStock data directory.
  89.             @         Indicates a file containing a list of
  90.                       MetaStock data directories.
  91.  
  92.             QFile     Filename for Quicken format price data.
  93.  
  94.             DaysBack  Start this many days back from the last
  95.                       record in each MetaStock data file.
  96.  
  97.     This program is Copyright (c) June 1993 by Scott Crumpton.
  98.     Internet address: scc@nervm.nerdc.ufl.edu
  99.  
  100.     See accompanying documentation for distribution restrictions
  101.     and limitations of liability.
  102.  
  103.     MetaStock is a trademark of Equis International.
  104.     Quicken is a trademark of Intuit.
  105.  
  106.  
  107.  
  108.  
  109. Examples:
  110.  
  111. Use the MetaStock Data in the C:\MS\MSDATA directory to build a PRICES file
  112. in the C:\QUICKEN\QDATA directory:
  113.  
  114.         MS2Q C:\MS\MSDATA C:\QUICKEN\QDATA\PRICES
  115.  
  116. Full file paths are optional, except that the first parameter is itself a
  117. path.  To create the PRICES file in the current directory from data in the
  118. current directory use the following:
  119.  
  120.         MS2Q . PRICES
  121.  
  122. Version 2.n supports the use of a list-of-directories file for the first
  123. argument along with a third argument that indicates the number of days back
  124. from the most recent data to include in the output file.  The following
  125. example uses both features:
  126.  
  127.         MS2Q @DIR.LST PRICES 5
  128.  
  129. The contents of DIR.LST could be:
  130.  
  131.         C:\MS\MSDATA\ACTIVE
  132.         C:\MS\MSDATA\INACT1
  133.         C:\MS\MSDATA\INACT2
  134.  
  135. Price data would be extracted for the most recent six trading days from
  136. each security file in the three directories.  The directories are scanned
  137. in the order listed, if duplicate securities exist across the input
  138. directories, then duplicates will exist in the output file.  In the case of
  139. duplicate data, Quicken uses the last value it reads.
  140.  
  141. The use of fully qualified file paths is recommended to avoid any confusion
  142. based on the value of the current directory.
  143.  
  144.  
  145.  
  146. Format of the output file:
  147.  
  148. The output file is compatible with Quicken 6.  The ticker symbols used are
  149. those entered into MetaStock for downloading data from your data provider. 
  150. In most cases these correspond to the standard exchange symbols.  However,
  151. some vendors require special symbols for market averages, indicators, and
  152. mutual funds.  With one exception, MS2Q does not alter these symbols.  If
  153. the symbol contains an imbedded space, the space is replaced with a '-'. 
  154. Here is an extract from a recently produced prices file:
  155.  
  156.         @*DWI-XI,3505.01,06/11/93
  157.         @*OTC--I,693.190,06/11/93
  158.         @*SPX--I,447.260,06/11/93
  159.         @FMAGX-I,68.1800,06/11/93
  160.         NCTI,4.12500,06/11/93
  161.         GLM,5.00000,06/11/93
  162.         MXS,9.25000,06/11/93
  163.         ABAX,5.25000,06/11/93
  164.         BMET,11.0000,06/11/93
  165.         BTRE,14.0000,06/11/93
  166.         CCAM,7.06250,06/11/93
  167.  
  168. Be sure that your Quicken security symbols match those used by your data
  169. vendor.  Quicken will ignore all data with symbols that it does not
  170. recognize.  See the Quicken manual for information on updating security
  171. symbols and prices.
  172.  
  173.  
  174.  
  175. Revisions to the software:
  176.  
  177. Revisions to version 1.n will be distributed electronically only.  Your
  178. only notification of a new revision will be its appearance.  Registered
  179. users of version 2.n will be notified via US mail and/or e-mail if
  180. possible. Version 2.n users may receive the update for $5.00.
  181.  
  182.  
  183.  
  184. Distribution restrictions:
  185.  
  186. MS2Q Version 1.n may be freely distributed in its original unaltered ZIP
  187. file form.  No fees should be charged other than to cover media and mailing
  188. costs.  Library collections may charge more as long as the intent is to
  189. support the collection rather than to profit from the individual programs
  190. in the collection.
  191.  
  192. Version 2.n of MS2Q is licensed to individual users and should not be
  193. redistributed.
  194.  
  195.  
  196.  
  197. Warranty and Limitation of Liability:
  198.  
  199. MS2Q is supplied on an as-is basis only with no warranty, express or
  200. implied.  I can assume no liability as to the merchantability or fitness
  201. for any purpose of this software, nor any liability for direct, indirect,
  202. special, incidental or consequential damages as a result of defects in this
  203. software or its documentation, even if advised of the possibility of such
  204. damages.
  205.  
  206. I will, however, make a good faith effort to correct any reported bugs in a
  207. subsequent revision.
  208.  
  209.  
  210.  
  211. TradeMarks:
  212.  
  213. MetaStock is a trademark of Equis International.
  214. Quicken is a trademark of Intuit.
  215.